projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0431ee2
)
widget-factory: Fix multi-selection example
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Jul 2014 13:17:47 +0000
(09:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Jul 2014 13:17:47 +0000
(09:17 -0400)
It turns out that activate-on-single-click interferes with the
expected multi-selection behavior. Turn it off, since there's nothing
to activate in this list, anyway.
demos/widget-factory/widget-factory.ui
patch
|
blob
|
history
diff --git
a/demos/widget-factory/widget-factory.ui
b/demos/widget-factory/widget-factory.ui
index 9bb225235c7162740582391f7a1da0f0a29749e5..d9b1aed8b1c0604a40d6c67fc6e1aac2114013fb 100644
(file)
--- a/
demos/widget-factory/widget-factory.ui
+++ b/
demos/widget-factory/widget-factory.ui
@@
-2995,6
+2995,7
@@
Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkListBox" id="munsell">
<property name="visible">True</property>
<property name="selection-mode">multiple</property>
+ <property name="activate-on-single-click">False</property>
</object>
</child>
</object>